* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #fff;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    width: 100%;
    margin: 0 auto;
    min-width: 1250px;
}

.banner {
    background: url("/gdkjnj2017/banner.jpg") no-repeat top center;
    width: 100%;
    min-width: 1250px;
    position: relative;
    height: 290px;
}

.banner .sign {
    position: absolute;
    top: 20px;
    right: 0;
}

.banner .zh_click {
    position: absolute;
    top: 20px;
    background: #CFDDEB;
    height: 24px;
    width: 60px;
    font-size: 14px;
    border-radius: 12px;
    line-height: 24px;
    color: #2f6ea2;
    right: 126px;
    text-align: center;
    display: inline-block;
}

.banner .wza {
    position: absolute;
    top: 20px;
    background: #CFDDEB;
    display: inline-block;
    height: 24px;
    width: 70px;
    font-size: 14px;
    border-radius: 12px;
    line-height: 24px;
    color: #2f6ea2;
    text-align: center;
    right: 200px;
}

.banner .zwyx {
    position: absolute;
    top: 20px;
    background: #CFDDEB;
    display: inline-block;
    height: 24px;
    width: 70px;
    font-size: 14px;
    border-radius: 12px;
    line-height: 24px;
    color: #2f6ea2;
    text-align: center;
    right: 284px;
}

.banner .slh {
    position: absolute;
    top: 20px;
    background: #dd0900;
    display: inline-block;
    height: 24px;
    width: 70px;
    font-size: 14px;
    border-radius: 6px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    right: 370px;
}

.banner .zh_click:hover,.banner .wza:hover,.banner .zwyx:hover {
    background: #2f6ea2;
    color: #ffffff;
}

.banner .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner .logo {
    position: absolute;
    top: 0;
    padding-top: 80px;
    left: 0;
}

.header {
    width: 100%;
    margin: 0 auto;
    min-width: 1250px;
    height: 58px;
    position: absolute;
    bottom: 0;
    background: rgba(9, 99, 185, 0.8);
}

.header .content {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    width: 800px;
}

.nav li {
    height: 58px;
    text-align: center;
    width: 118px;
    line-height: 58px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.nav li a {
    display: block;
}

.nav li a:hover {
    background: #3ea1ff;
}

.nav li a.active {
    background: #3ea1ff;
}

.header .search {
    width: 372px;
    height: 36px;
    margin-top: 11px;
}

.header .search form input {
    width: 278px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #444444;
    border-radius: 18px 0 0 18px;
}

.header .search form button {
    width: 94px;
    cursor: pointer;
    border-radius: 0 18px 18px 0;
    height: 37px;
    line-height: 36px;
    text-align: center;
    background: #3ea1ff;
    font-size: 16px;
    margin-left: -10px;
    color: #ffffff;
}

.main {
    margin: 0 auto;
    background: #ffffff;
}

.links {
    width: 100%;
    background: #e1e1e1;
    padding: 20px 0;
}

.links .linkCon {
    width: 1200px;
    color: #444444;
    font-size: 14px;
    margin: 0 auto;
}

.links .linkCon .cusSelect {
    height: 40px;
    width: 380px;
    padding-left: 10px;
    border: 1px solid #ccc;
    line-height: 40px;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    background: url("/gdkjnj2017/select.png") no-repeat 354px center;
    background-color: #ffffff;
    display: inline-block;
    _zoom: 1;
    _display: inline;
}

.links .linkCon .cusTitle {
    width: 90%;
    height: 100%;
    font-size: 14px;
    color: #444444;
    line-height: inherit;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.links .linkCon .cusOpSet {
    min-width: 100%;
    max-height: 322px;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 100;
}

.links .linkCon .cusOption {
    width: auto;
    line-height: inherit;
    font-size: inherit;
    background-color: inherit;
    padding: 0;
    white-space: nowrap;
}

.links .linkCon .cusOption a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0 10px;
}

.links .linkCon .cusOption:hover {
    background-color: #2f6ea2;
    color: #fff;
}

.footer {
    background: #eeeeee;
    padding: 40px 0;
    font-size: 14px;
}

.footer .footerCon {
    width: 1040px;
    margin: 0 auto;
    color: #444444;
    line-height: 30px;
}

.footer .footerCon .wrong {
    margin: 30px 60px 0 0;
    display: inline-block;
}

.footer .footerCon .wrong img {
    display: inline-block;
}

.footer .footerCon ul {
    font-weight: bold;
}

.footer .footerCon ul li {
    display: inline-block;
}

.footer .footerCon .right {
    padding-left: 50px;
    border-left: 1px solid #d1d1d1;
}
.footer .footerCon p a, .footer .footerCon p span {
    margin-right: 15px;
}
.page {
    margin: 40px auto;
    text-align: center;
}

.page a {
    color: #8c9eb3;
    border: 1px solid #c9ccd0;
    padding: 4px 7px 4px 11px;
    margin: 0 10px;
}

.page a.current {
    color: #fff;
    border: none;
    background-color: #0963B9;
}
